Q3ViewPlaneCamera_GetCenterY
You can use theQ3ViewPlaneCamera_GetCenterY
function to get the vertical center of the viewed object.
TQ3Status Q3ViewPlaneCamera_GetCenterY ( TQ3CameraObject camera, float *centerYOnViewPlane);
camera
- A view plane camera object.
centerYOnViewPlane
- On exit, the y coordinate of the center of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_GetCenterY
function returns, in thecenterYOnViewPlane
parameter, the y coordinate of the center of the viewed object of the camera specified by thecamera
parameter.